10. Practice - Validating Auth0 Tokens

Practice - Validating Auth0 Tokens

Below is a Jupyter Notebook with some starter code you can use to practice generating and verifying JWTs. After the Notebook, you'll find some questions—see if you can answer them by using the starter code. If you get stuck, check out the JWT library project page and Auth0's Quick Start Guide .

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: jupyter
  • Opened files (when workspace is loaded): n/a

Verifying and Decoding Auth0 JWTs

Task Description:

Try the following in the notebook above using your Auth0 account set up in a prior exercise.

Task List:

Task Feedback:

Well done.